projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8b7f4b
)
(ediff-eval-in-buffer): Add properties
author
Richard M. Stallman
<rms@gnu.org>
Wed, 11 Sep 1996 23:30:32 +0000
(23:30 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 11 Sep 1996 23:30:32 +0000
(23:30 +0000)
such lisp-indent-function, lisp-indent-hook, edebug-form-spec.
lisp/ediff-init.el
patch
|
blob
|
history
diff --git
a/lisp/ediff-init.el
b/lisp/ediff-init.el
index 24a5002822dd4edfa55890f2cc9a15ca5b19597e..9eadd0b85565112ad1fec965cd65287bc6a760fc 100644
(file)
--- a/
lisp/ediff-init.el
+++ b/
lisp/ediff-init.el
@@
-192,6
+192,10
@@
that Ediff doesn't know about.")
(error ediff-KILLED-VITAL-BUFFER))
))))
+(put 'ediff-eval-in-buffer 'lisp-indent-function 1)
+(put 'ediff-eval-in-buffer 'lisp-indent-hook 1)
+(put 'ediff-eval-in-buffer 'edebug-form-spec '(form body))
+
(defsubst ediff-multiframe-setup-p ()
(and (ediff-window-display-p) ediff-multiframe))